;;; QQ: 67762207
%100
+5
+6
+43

[@main]
#IF
checkpkpoint 2
#SAY
Do not want people like you bad deal. \ \
<Close/@exit>
# ELSESAY
_ Life is a blue moon. I am a little drunk ~ \
_ You to help you? \ \
(FCOLOR/10) bulk <buy/@buy + (weapons class)> Weapons (FCOLOR/12) \
<Buy/@buy> Weapons \
<S/@sell> Weapons \
<Repair/@repair> Weapons \
Conduct <special repair/@Special_Repair (1)> \ \
<Weapons production and decomposition/@WeaponProduce> \
<Remove the/@TakeWeapon> task props \ \
With (FCOLOR/10) <$ NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Abandoned/@exit>


[@ BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities 

[@TakeWeapon]
#IF
checkitemw Gongsha Yaiba 1
#SAY
_ Your sword is the task of equipment props (FCOLOR/10) Gongsha Yaiba (FCOLOR/12). Why is it up to have it equipped? Though I can help you with your off it, but need to pay a fee ... \ \
_ Pay (FCOLRO/10) 1 Wan coin (FCOLRO/12) removed <Gongsha Yaiba/@TakeWeapon_1> \
_ <Close/@exit>
#ELSESAY
_ You Ah actually Ganpian I! You be careful, I K. \ \
_ <Close/@exit>

[@TakeWeapon_1]
#IF
checkitemw Gongsha Yaiba 1
checkgold 10000
#ACT
takew Gongsha Yaiba 1
give Gongsha Yaiba 1
take gold 10000
#SAY
_ OK, have already (FCOLOR/10) Gongsha Yaiba (FCOLOR/12) preconceptions. Remember! This will not be equipped to treat it himself. As requested, send it to the designated location bar. \ \
_ <Close/@exit>
#ELSESAY
_ As long as the payment of a certain gold, I will remove it for you (FCOLOR/10) Gongsha Yaiba (FCOLOR/12). \ \
_ <Close/@exit>

[@buy]
#SAY
Weapons OK, arbitrarily pick a bar, anyway, your strength seems to have been very general. \ \
<Pre-step/@main>

[@sell]
#SAY
You want to sell weapons? Good idea to use that money to buy shochu Drink. Ah what's the use of weapons. Ha ha ha. \ \
<Pre-step/@main>

[@repair]
#SAY
I you want weapons in the hands of time? Alas, this is really unfortunate that the arms ah. \ \
<Pre-step/@main>

[~@repair]
#SAY
Repair was reasonably well. \ \
<Pre-step/@main>

[goods]
Bronze Ax 10 1
Zhan Madao 20 1
Shura 20 1
Sea Spirit 20 1
A half 20 1
Yan Yue 20 1
Fell monsters, 20 1
Wand 50 1
Inferno 50 1
Silver Snake 50 1
Pickaxe 20 1
Wind pickaxe 20 1
Lang Yu knife 5 1
White Tiger Sword 5 1

[@Special_Repair ()]
# CALL [System\TotalRepair.txt] @SRepairItem

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \
#ACT
Mov D0 1

#IF
Check [101] 1
Check [301] 0
checkjob Warrior

#SAY
<On the task of dialogue./@CALL_Quest_3> \
#ACT
Mov D0 1


#IF
Check [112] 1
Check [312] 0

#SAY
<On the task of dialogue./@CALL_AreNext_12> \
#ACT
Mov D0 1

#IF
Check [107] 1
Check [307] 0

#SAY
<On the task of dialogue./@CALL_AreaQuest7_3> \
#ACT
Mov D0 1


#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#SAY
_ Even if drinking more wine, but also impossible to treat heart disease. \ \
_ <Close/@exit>

[@CALL_AreNext_12]
#CALL [AreaQuest\ChoBoGuide12\ChoBoGuide12.txt] @Bichon_Mugigu_31

[@CALL_AreaQuest7_3]
#CALL [AreaQuest\ChoBoGuide7\ChoBoGuide7.txt] @Bichun_Mugisang_25

[@CALL_Quest_3]
#CALL [AreaQuest\ChoBoGuide1\ChoBoGuide1_Warrior.txt] @Basic_Warrior_3_1

[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem

[@WeaponProduce]
#CALL [ProduceSystem\Weapon\WeaponMain.txt] @Weaponmain
;;; QQ: 67762207 